Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Nov 23, 2024

TODO delete GRADLE_ENTERPRISE_ACCESS_KEY github action secret after merging this

@trask trask force-pushed the update-develocity-config branch from 681091c to f67a8ee Compare November 23, 2024 21:48
Comment on lines -75 to -80
develocity.testRetry {
// You can see tests that were retried by this mechanism in the collected test reports and build scans.
if (System.getenv().containsKey("CI") || rootProject.hasProperty("retryTests")) {
maxRetries.set(5)
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may be able to keep this, but we won't be able to see flaky tests across runs anymore, so maybe better to remove it (at least in this repo)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think removing it is fine, if flaky tests are an issue we can work on them or reintroduce the retry.

@trask trask marked this pull request as ready for review November 23, 2024 21:52
@trask trask requested a review from a team November 23, 2024 21:52
@trask trask merged commit 2b6625e into open-telemetry:main Dec 9, 2024
14 checks passed
@trask trask deleted the update-develocity-config branch December 9, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants